source: extensions/Register_FluxBB/tags/2.1.3/admin/synchro.tpl @ 4289

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

[Register_FluxBB] Merged from branch to tags/2.1.3 - Building release 2.1.3

  • 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: 674 bytes
Line 
1<div class="titrePage">
2  <ul class="categoryActions">
3
4  </ul>
5  <h2>{'Tab_Synchro'|@translate}</h2>
6</div>
7
8<br>
9
10<form method="post" action={$FluxBB_F_ACTION}>
11  <fieldset>
12        <legend>{'Register_FluxBB_Sync_Title'|@translate}</legend>
13        <div align="left">{'Register_FluxBB_Sync_Text'|@translate}</div>
14    <br>
15        <p><input {$FluxBB_CONFIRM_ENABLE} class="submit" type="submit" value="{'Register_FluxBB_Audit_Btn'|@translate}" name="Audit"> <input onclick="return confirm('{'Are you sure?'|@translate}');" {$FluxBB_CONFIRM_ENABLE} class="submit" type="submit" value="{'Register_FluxBB_Sync_Btn'|@translate}" name="Synchro" {$TAG_INPUT_ENABLED}></p>
16  </fieldset>
17</form>
Note: See TracBrowser for help on using the repository browser.