1 | {html_style}{literal} |
---|
2 | fieldset p {text-align:left;} |
---|
3 | {/literal}{/html_style} |
---|
4 | |
---|
5 | <div class="titrePage"> |
---|
6 | <h2>{'Import from Menalto'|translate}</h2> |
---|
7 | </div> |
---|
8 | |
---|
9 | <fieldset> |
---|
10 | <legend>{'Help'|translate}</legend> |
---|
11 | <p>{'Menalto2Piwigo plugin imports data from a Menalto Gallery2/Gallery3 installation into Piwigo.'|translate} {'Imported properties:'|translate}</p> |
---|
12 | <ul> |
---|
13 | <li>{'Title and description for photos'|translate}</li> |
---|
14 | <li>{'Name and description for albums'|translate}</li> |
---|
15 | <li>{'User comments on photos'|translate}</li> |
---|
16 | </ul> |
---|
17 | |
---|
18 | <p><strong>{'How to use it?'|translate}</strong></p> |
---|
19 | |
---|
20 | <ol> |
---|
21 | <li>{'Copy the content of g2data/albums (Gallery2) or var/albums (Gallery3) into piwigo/galleries'|translate}</li> |
---|
22 | <li><a href="admin.php?page=site_update&site=1">{'Synchronize'|translate}</a></li> |
---|
23 | <li>{'Submit the form at the end of this page'|translate}</li> |
---|
24 | <li>{'Install and activate plugins:'|translate} <a href="http://piwigo.org/ext/extension_view.php?eid=175" target="_blank">Extended Description</a></li> |
---|
25 | </ol> |
---|
26 | </fieldset> |
---|
27 | |
---|
28 | <form method="post" action="{$action_url}"> |
---|
29 | <fieldset> |
---|
30 | <legend>{'Import'|translate}</legend> |
---|
31 | |
---|
32 | <p><strong>{'database host'|translate}</strong><br> |
---|
33 | <input type="text" name="db_host" value="{$db_host}"> |
---|
34 | </p> |
---|
35 | |
---|
36 | <p><strong>{'database name'|translate}</strong><br> |
---|
37 | <input type="text" name="db_name" value="{$db_name}"> |
---|
38 | </p> |
---|
39 | |
---|
40 | <p><strong>{'database user'|translate}</strong><br> |
---|
41 | <input type="text" name="db_user" value="{$db_user}"> |
---|
42 | </p> |
---|
43 | |
---|
44 | <p><strong>{'database password'|translate}</strong><br> |
---|
45 | <input type="password" name="db_password" value="{$db_password}"> |
---|
46 | </p> |
---|
47 | |
---|
48 | <p><strong>{'table prefix'|translate}</strong><br> |
---|
49 | <input type="text" name="prefix_table" value="{$prefix_table}"> |
---|
50 | </p> |
---|
51 | |
---|
52 | <p><strong>{'column prefix'|translate}</strong> ({'useless on Gallery3'|translate})<br> |
---|
53 | <input type="text" name="prefix_column" value="{$prefix_column}"> |
---|
54 | </p> |
---|
55 | |
---|
56 | <p class="actionButtons"> |
---|
57 | <input class="submit" type="submit" name="submit" value="{'Start import'|@translate}"/> |
---|
58 | </p> |
---|
59 | </form> |
---|