00ac0f8d3e
Creation of the following files : - template/default/header.php and template/default/footer.php to ensure a common standard - default.css to be CSS valid Obsolescence of the following files : - template/default/theme/conf.php - template/default/style.inc.php Custom galleries should reflect those changes. git-svn-id: http://piwigo.org/svn/branches/release-1_3@290 68402e56-0260-453c-a942-63ccdbb3a9ee
73 lines
No EOL
2.8 KiB
Text
73 lines
No EOL
2.8 KiB
Text
<table style="width:100%;height:100%">
|
|
<tr align="center" valign="middle">
|
|
<td>
|
|
{#frame_start}1px{#frame_begin}
|
|
<div class="titrePage">{#search_title}</div>
|
|
{#frame_end}
|
|
<div style="margin-bottom:5px;"> </div>
|
|
{#frame_start}50%{#frame_begin}
|
|
<div style="margin-left:auto;margin-right:auto;text-align:center;">
|
|
<form method="post" action="{#form_action}">
|
|
<table style="width:80%;margin-left:auto;margin-right:auto;">
|
|
<!--VTP_errors-->
|
|
<tr>
|
|
<td colspan="2">
|
|
<div class="errors">
|
|
<ul>
|
|
<!--VTP_li-->
|
|
<li>{#li}</li>
|
|
<!--/VTP_li-->
|
|
</ul>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
<!--/VTP_errors-->
|
|
<tr>
|
|
<td colspan="2">
|
|
<div style="margin-bottom:10px;"> </div>
|
|
</td>
|
|
</tr>
|
|
<!--VTP_line-->
|
|
<tr>
|
|
<td class="menu">{#name}</td>
|
|
<td class="menu">
|
|
<!--VTP_select-->
|
|
<select name="{#name}">
|
|
<!--VTP_option-->
|
|
<option{#selected}>{#option}</option>
|
|
<!--/VTP_option-->
|
|
</select>
|
|
<!--/VTP_select-->
|
|
<!--VTP_text-->
|
|
<input type="text" name="{#name}" size="{#size}" value="{#value}" />
|
|
<!--/VTP_text-->
|
|
<!--VTP_group-->
|
|
<!--VTP_radio-->
|
|
<input type="radio" name="{#name}" value="{#value}"{#checked}/>{#option}
|
|
<!--/VTP_radio-->
|
|
<!--/VTP_group-->
|
|
</td>
|
|
</tr>
|
|
<!--/VTP_line-->
|
|
<tr>
|
|
<td align="center" colspan="2">
|
|
<input type="submit" name="submit" value="{#submit}" class="bouton" style="margin:10px;" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center" colspan="2">
|
|
<a href="{#back_url}">[ {#search_return_main_page} ]</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<div style="margin-top:10px;">* : {#search_comments}</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</div>
|
|
{#frame_end}
|
|
</td>
|
|
</tr>
|
|
</table> |