source: extensions/Register_FluxBB/trunk/admin/migration.tpl @ 4287

Last change on this file since 4287 was 4287, checked in by Eric, 14 years ago

[Register_FluxBB] Trunk renewal

  • Using sha1 hash instead of md5 for password hashing in FluxBB because FluxBB uses prior sha1 hash and md5 only in last sentence.
  • Escaping all characters in login names and be able to retreive them without slashes - FluxBB does not allow this so Piwigo's user names with escaped characters will not been escaped in FluxBB (ie : "it's" in Piwigo will be "It\'s" in FluxBB)
  • Code refactoring
  • Full HTML 4.0 for tpl
  • Property svn:eol-style set to LF
File size: 629 bytes
Line 
1<div class="titrePage">
2  <ul class="categoryActions">
3
4  </ul>
5  <h2>{'Tab_Migration'|@translate}</h2>
6</div>
7
8<br>
9
10<form method="post" action={$FluxBB_F_ACTION}>
11  <fieldset>
12        <legend>{'Register_FluxBB_Mig_Title'|@translate}</legend>
13        <div align="left">{'Register_FluxBB_Mig_Text'|@translate}</div>
14    <br>
15        <div align="center"><input onclick="return confirm('{'Are you sure?'|@translate}');" class="submit" type="submit" value="{'Register_FluxBB_Mig_Btn'|@translate}" name="Migration" {$TAG_INPUT_ENABLED}></div>
16    <br>
17        <div align="center">{'Register_FluxBB_Mig_Disclaimer'|@translate}</div>
18  </fieldset>
19</form>
Note: See TracBrowser for help on using the repository browser.