aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/profile.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/profile.tpl')
-rw-r--r--template/default/profile.tpl170
1 files changed, 75 insertions, 95 deletions
diff --git a/template/default/profile.tpl b/template/default/profile.tpl
index 8b4e4ce4b..e34ffd0ee 100644
--- a/template/default/profile.tpl
+++ b/template/default/profile.tpl
@@ -1,95 +1,75 @@
- <table style="width:100%;height:100%">
- <tr align="center" valign="middle">
- <td>
- {T_START}1px{T_BEGIN}
- <div class="titrePage">{L_TITLE}</div>
- {T_END}
- <div style="margin-bottom:20px"></div>
- {T_START}50%{T_BEGIN}
- <form method="post" action="{F_ACTION}">
- <table style="width:100%;margin-top:10px;margin-bottom:10px;">
- <tr align="center" valign="middle">
- <td>
- <table width="80%">
- <!-- BEGIN errors -->
- <tr>
- <td colspan="2">
- <div class="errors">
- <ul>
- <!-- BEGIN error -->
- <li>{errors.error.ERROR}</li>
- <!-- END error -->
- </ul>
- </div>
- </td>
- </tr>
- <!-- END errors -->
- <!-- BEGIN select -->
- <tr>
- <td class="menu">{select.F_LABEL}</td>
- <td class="menu">
- <select name="{select.F_NAME}">
- {select.F_OPTIONS}
- </select>
- </td>
- </tr>
- <!-- END select -->
- <!-- BEGIN text -->
- <tr>
- <td class="menu">{text.F_LABEL}</td>
- <td class="menu">
- <input type="text" name="{text.F_NAME}" value="{text.F_VALUE}" />
- </td>
- </tr>
- <!-- END text -->
- <!-- BEGIN radio -->
- <tr>
- <td class="menu">{radio.F_LABEL}</td>
- <td class="menu">
- {radio.F_OPTIONS}
- </td>
- </tr>
- <!-- END radio -->
- <tr>
- <td colspan="2">&nbsp;</td>
- </tr>
- <tr>
- <td class="menu">{L_NEW} {L_PASSWORD} <input type="checkbox" name="use_new_pwd" value="1" /></td>
- <td class="menu"><input type="password" name="password" value="" /></td>
- </tr>
- <tr>
- <td class="menu">{L_CONFIRM}</td>
- <td class="menu"><input type="password" name="passwordConf" value="" /></td>
- </tr>
- <!-- BEGIN cookie -->
- <tr>
- <td colspan="2">&nbsp;</td>
- </tr>
- <tr>
- <td class="menu">{L_COOKIE} <input type="checkbox" name="create_cookie" value="1" /></td>
- <td class="menu">
- <select name="cookie_expiration">
- <!-- BEGIN expiration_option -->
- <option value="{#value}">{#option}</option>
- <!-- END expiration_option -->
- </select>
- </td>
- </tr>
- <!-- END cookie -->
- <tr>
- <td colspan="2">&nbsp;</td>
- </tr>
- <tr>
- <td colspan="2" align="center">
- <input type="submit" name="submit" value="{L_SUBMIT}" style="margin:5px;"/>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </form>
- {T_END}
-</td>
- </tr>
- </table> \ No newline at end of file
+<div class="titrePage">{L_TITLE}</div>
+<form method="post" action="{F_ACTION}">
+<!-- BEGIN errors -->
+ <div class="errors">
+ <ul>
+ <!-- BEGIN error -->
+ <li>{errors.error.ERROR}</li>
+ <!-- END error -->
+ </ul>
+ </div>
+<!-- END errors -->
+<table width="70%" align="center">
+ <tr>
+ <td width="60%">{L_NB_IMAGE_LINE}</td>
+ <td width="40%"><input type="text" size="3" maxlength="2" name="nb_image_line" value="{NB_IMAGE_LINE}" /></td>
+ </tr>
+ <tr>
+ <td>{L_NB_ROW_PAGE}</td>
+ <td><input type="text" size="3" maxlength="2" name="nb_line_page" value="{NB_ROW_PAGE}" /></td>
+ </tr>
+ <tr>
+ <td>{L_STYLE_SELECT}</td>
+ <td>{STYLE_SELECT}</td>
+ </tr>
+ <tr>
+ <td>{L_LANG_SELECT}</td>
+ <td>{LANG_SELECT}</td>
+ </tr>
+ <tr>
+ <td>{L_SHORT_PERIOD}</td>
+ <td><input type="text" size="3" maxlength="2" name="short_period" value="{SHORT_PERIOD}" /></td>
+ </tr>
+ <tr>
+ <td>{L_LONG_PERIOD}</td>
+ <td><input type="text" size="3" maxlength="2" name="long_period" value="{LONG_PERIOD}" /></td>
+ </tr>
+ <tr>
+ <td>{L_EXPAND_TREE}</td>
+ <td><input type="radio" class="radio" name="expand" value="true" {EXPAND_TREE_YES} />{L_YES}&nbsp;&nbsp;
+ <input type="radio" class="radio" name="expand" value="false" {EXPAND_TREE_NO} />{L_NO}</td>
+ </tr>
+ <tr>
+ <td>{L_NB_COMMENTS}</td>
+ <td><input type="radio" class="radio" name="show_nb_comments" value="true" {NB_COMMENTS_YES} />{L_YES}&nbsp;&nbsp;
+ <input type="radio" class="radio" name="show_nb_comments" value="false" {NB_COMMENTS_NO} />{L_NO}</td>
+ </tr>
+ <!-- BEGIN text -->
+ <tr>
+ <td class="menu">{text.F_LABEL}</td>
+ <td class="menu">
+ <input type="text" name="{text.F_NAME}" value="{text.F_VALUE}" />
+ </td>
+ </tr>
+ <!-- END text -->
+ <tr>
+ <td colspan="2">&nbsp;</td>
+ </tr>
+ <tr>
+ <td class="menu">{L_NEW} {L_PASSWORD} <input type="checkbox" name="use_new_pwd" value="1" /></td>
+ <td class="menu"><input type="password" name="password" value="" /></td>
+ </tr>
+ <tr>
+ <td class="menu">{L_CONFIRM}</td>
+ <td class="menu"><input type="password" name="passwordConf" value="" /></td>
+ </tr>
+ <tr>
+ <td colspan="2">&nbsp;</td>
+ </tr>
+ <tr>
+ <td colspan="2" align="center">
+ <input type="submit" name="submit" value="{L_SUBMIT}" class="bouton" />
+ </td>
+ </tr>
+</table>
+</form> \ No newline at end of file