diff options
-rw-r--r-- | template/default/admin/cat_list.vtp | 10 | ||||
-rw-r--r-- | template/default/admin/cat_perm.vtp | 4 | ||||
-rw-r--r-- | template/default/admin/comments.vtp | 2 | ||||
-rw-r--r-- | template/default/admin/group_list.vtp | 2 | ||||
-rw-r--r-- | template/default/admin/group_perm.vtp | 2 | ||||
-rw-r--r-- | template/default/admin/infos_image.vtp | 2 | ||||
-rw-r--r-- | template/default/admin/picture_modify.vtp | 2 | ||||
-rw-r--r-- | template/default/admin/stats.vtp | 14 | ||||
-rw-r--r-- | template/default/admin/thumbnail.vtp | 4 | ||||
-rw-r--r-- | template/default/admin/update.vtp | 4 | ||||
-rw-r--r-- | template/default/admin/user_list.vtp | 2 | ||||
-rw-r--r-- | template/default/admin/user_perm.vtp | 2 |
12 files changed, 25 insertions, 25 deletions
diff --git a/template/default/admin/cat_list.vtp b/template/default/admin/cat_list.vtp index 6aaaa9f9d..884b6a937 100644 --- a/template/default/admin/cat_list.vtp +++ b/template/default/admin/cat_list.vtp @@ -27,7 +27,7 @@ <tr> <{#td} style="width:50%;text-align:left;"> <a name="{#id}"></a> - {#indent}<img src="../template/{#user_template}/admin/images/puce.gif" alt=">" /> + {#indent}<img src="./template/{#user_template}/admin/images/puce.gif" alt=">" /> {#name} [ <!--VTP_storage--> dir : {#dir} @@ -41,19 +41,19 @@ <{#td} class="{#class}" style="width:1px;white-space:nowrap;text-align:center;"> <!--VTP_up--> - <a href="{#up_url}#{#id}"><img src="../template/{#user_template}/admin/images/arrow_up.gif" alt="{#cat_up}" title="{#cat_up}" style="border:none;" /></a> + <a href="{#up_url}#{#id}"><img src="./template/{#user_template}/admin/images/arrow_up.gif" alt="{#cat_up}" title="{#cat_up}" style="border:none;" /></a> <!--/VTP_up--> <!--VTP_no_up--> - <a href="{#last_url}#{#id}"><img src="../template/{#user_template}/admin/images/arrow_last.gif" alt="{#cat_last}" title="{#cat_last}" style="border:none;" /></a> + <a href="{#last_url}#{#id}"><img src="./template/{#user_template}/admin/images/arrow_last.gif" alt="{#cat_last}" title="{#cat_last}" style="border:none;" /></a> <!--/VTP_no_up--> </{#td}> <{#td} class="{#class}" style="width:1px;white-space:nowrap;text-align:center;"> <!--VTP_down--> - <a href="{#down_url}#{#id}"><img src="../template/{#user_template}/admin/images/arrow_down.gif" alt="{#cat_down}" title="{#cat_down}" style="border:none;" /></a> + <a href="{#down_url}#{#id}"><img src="./template/{#user_template}/admin/images/arrow_down.gif" alt="{#cat_down}" title="{#cat_down}" style="border:none;" /></a> <!--/VTP_down--> <!--VTP_no_down--> - <a href="{#first_url}#{#id}"><img src="../template/{#user_template}/admin/images/arrow_first.gif" alt="{#cat_first}" title="{#cat_first}" style="border:none;" /></a> + <a href="{#first_url}#{#id}"><img src="./template/{#user_template}/admin/images/arrow_first.gif" alt="{#cat_first}" title="{#cat_first}" style="border:none;" /></a> <!--/VTP_no_down--> </{#td}> <{#td} class="{#class}" style="width:1px;text-align:center;"> diff --git a/template/default/admin/cat_perm.vtp b/template/default/admin/cat_perm.vtp index 7c078c364..77987fac4 100644 --- a/template/default/admin/cat_perm.vtp +++ b/template/default/admin/cat_perm.vtp @@ -6,7 +6,7 @@ </tr> <!--VTP_group--> <tr> - <td><img src="../template/{#user_template}/admin/images/puce.gif" alt=">" /><a href="{#group_perm_link}"><span style="color:{#color}">{#groupname}</span></a></td> + <td><img src="./template/{#user_template}/admin/images/puce.gif" alt=">" /><a href="{#group_perm_link}"><span style="color:{#color}">{#groupname}</span></a></td> <td style="text-align:right;"> <input type="radio" name="groupaccess-{#id}" value="0"{#authorized_checked}/>{#permuser_authorized} <input type="radio" name="groupaccess-{#id}" value="1"{#forbidden_checked}/>{#permuser_forbidden} @@ -22,7 +22,7 @@ <!--VTP_user--> <tr> <td> - <img src="../template/{#user_template}/admin/images/puce.gif" alt=">" /> + <img src="./template/{#user_template}/admin/images/puce.gif" alt=">" /> <a href="{#user_perm_link}"><span style="color:{#color}">{#username}</span></a> <!--VTP_usergroups--> [ diff --git a/template/default/admin/comments.vtp b/template/default/admin/comments.vtp index be9814511..05edc4c98 100644 --- a/template/default/admin/comments.vtp +++ b/template/default/admin/comments.vtp @@ -46,7 +46,7 @@ </td> <td class="cellInfo"> <div class="commentsInfos"> - {#date}<!--VTP_delete--><a href="{#link}" title="{#comments_del}"><img src="../template/{#user_template}/admin/images/delete.gif" style="border:none;margin-left:5px;" alt="[{#delete}]"/></a><!--/VTP_delete--> + {#date}<!--VTP_delete--><a href="{#link}" title="{#comments_del}"><img src="./template/{#user_template}/admin/images/delete.gif" style="border:none;margin-left:5px;" alt="[{#delete}]"/></a><!--/VTP_delete--> </div> </td> </tr> diff --git a/template/default/admin/group_list.vtp b/template/default/admin/group_list.vtp index be550e629..7c4520747 100644 --- a/template/default/admin/group_list.vtp +++ b/template/default/admin/group_list.vtp @@ -39,7 +39,7 @@ <!--VTP_group--> <tr> <td style="width:25%;"> - <div style="margin-left:10px;color:{#color}"><img src="../template/{#user_template}/admin/images/puce.gif" alt=">" /> {#name}</div> + <div style="margin-left:10px;color:{#color}"><img src="./template/{#user_template}/admin/images/puce.gif" alt=">" /> {#name}</div> </td> <td class="row2" style="text-align:center;width:25%;"> <a href="{#permission_url}">{#listuser_permission}</a> diff --git a/template/default/admin/group_perm.vtp b/template/default/admin/group_perm.vtp index c3b4eeb14..ef0a0bba3 100644 --- a/template/default/admin/group_perm.vtp +++ b/template/default/admin/group_perm.vtp @@ -9,7 +9,7 @@ <!--VTP_category--> <tr> <td> - <img src="../template/{#user_template}/admin/images/puce.gif" alt=">" /> <a href="{#cat_perm_link}"><span style="color:{#color}">{#name}</span></a> + <img src="./template/{#user_template}/admin/images/puce.gif" alt=">" /> <a href="{#cat_perm_link}"><span style="color:{#color}">{#name}</span></a> </td> <td style="text-align:right;"> <!--VTP_parent_forbidden--> diff --git a/template/default/admin/infos_image.vtp b/template/default/admin/infos_image.vtp index ca8d3085d..dd1f3b8d3 100644 --- a/template/default/admin/infos_image.vtp +++ b/template/default/admin/infos_image.vtp @@ -73,7 +73,7 @@ <!--/VTP_picture--> <tr> <td colspan="6"> - <img src="../template/{#user_template}/admin/images/arrow_select.gif" alt="<" /> + <img src="./template/{#user_template}/admin/images/arrow_select.gif" alt="<" /> {#infoimage_associate} <select name="associate"> <!--VTP_associate_cat--> diff --git a/template/default/admin/picture_modify.vtp b/template/default/admin/picture_modify.vtp index d20272fee..9cf36b4eb 100644 --- a/template/default/admin/picture_modify.vtp +++ b/template/default/admin/picture_modify.vtp @@ -70,7 +70,7 @@ <!--/VTP_linked_category--> <!--VTP_dissociate--> <tr> - <td colspan="2"><img src="../template/{#user_template}/admin/images/arrow_select.gif" alt="<" /> {#dissociate}</td> + <td colspan="2"><img src="./template/{#user_template}/admin/images/arrow_select.gif" alt="<" /> {#dissociate}</td> </tr> <!--/VTP_dissociate--> <tr><td colspan="2"> </td></tr> diff --git a/template/default/admin/stats.vtp b/template/default/admin/stats.vtp index 74b3ef69c..9967fdd33 100644 --- a/template/default/admin/stats.vtp +++ b/template/default/admin/stats.vtp @@ -63,7 +63,7 @@ <!--VTP_day--> <tr> <td colspan="6"> - <a href="{#url}"><!--VTP_collapsed--><img src="../template/{#user_template}/admin/images/collapsed.gif" style="border:none;" /><!--/VTP_collapsed--><!--VTP_expanded--><img src="../template/{#user_template}/admin/images/expanded.gif" style="border:none;" /><!--/VTP_expanded--></a> + <a href="{#url}"><!--VTP_collapsed--><img src="./template/{#user_template}/admin/images/collapsed.gif" style="border:none;" /><!--/VTP_collapsed--><!--VTP_expanded--><img src="./template/{#user_template}/admin/images/expanded.gif" style="border:none;" /><!--/VTP_expanded--></a> <span style="font-weight:bold;">{#name}</span> [ {#nb_pages} {#stats_pages_seen} - {#nb_visitors} {#stats_visitors} ] [ <a href="{#url}">{#open_or_close}</a> ] </td> @@ -92,9 +92,9 @@ <td> <table style="border-collapse:collapse;"> <tr> - <td style="padding:0;"><img src="../template/{#user_template}/admin/images/stat_left.gif" width="4" height="12" /></td> - <td style="padding:0;"><img src="../template/{#user_template}/admin/images/stat_middle.gif" width="{#width}" height="12" /></td> - <td style="padding:0;"><img src="../template/{#user_template}/admin/images/stat_right.gif" width="4" height="12" /></td> + <td style="padding:0;"><img src="./template/{#user_template}/admin/images/stat_left.gif" width="4" height="12" /></td> + <td style="padding:0;"><img src="./template/{#user_template}/admin/images/stat_middle.gif" width="{#width}" height="12" /></td> + <td style="padding:0;"><img src="./template/{#user_template}/admin/images/stat_right.gif" width="4" height="12" /></td> </tr> </table> </td> @@ -114,9 +114,9 @@ <td> <table style="border-collapse:collapse;"> <tr> - <td style="padding:0;"><img src="../template/{#user_template}/admin/images/stat_left.gif" width="4" height="12" /></td> - <td style="padding:0;"><img src="../template/{#user_template}/admin/images/stat_middle.gif" width="{#width}" height="12" /></td> - <td style="padding:0;"><img src="../template/{#user_template}/admin/images/stat_right.gif" width="4" height="12" /></td> + <td style="padding:0;"><img src="./template/{#user_template}/admin/images/stat_left.gif" width="4" height="12" /></td> + <td style="padding:0;"><img src="./template/{#user_template}/admin/images/stat_middle.gif" width="{#width}" height="12" /></td> + <td style="padding:0;"><img src="./template/{#user_template}/admin/images/stat_right.gif" width="4" height="12" /></td> </tr> </table> </td> diff --git a/template/default/admin/thumbnail.vtp b/template/default/admin/thumbnail.vtp index a3793617a..42a792eb8 100644 --- a/template/default/admin/thumbnail.vtp +++ b/template/default/admin/thumbnail.vtp @@ -6,12 +6,12 @@ <tr> <td> <div style="text-indent:30px;"> - <img src="../template/{#user_template}/admin/images/puce.gif" alt=">" style="border:none;" /> + <img src="./template/{#user_template}/admin/images/puce.gif" alt=">" style="border:none;" /> galleries </div> <!--VTP_dir--> <div style="text-indent:{#indent}px;"> - <img src="../template/{#user_template}/admin/images/puce.gif" alt=">" style="border:none;" /> + <img src="./template/{#user_template}/admin/images/puce.gif" alt=">" style="border:none;" /> <!--VTP_linked--> <a href="{#url}">{#name}</a> [ {#nb_pic} {#tn_dirs_alone} ] <!--/VTP_linked--> diff --git a/template/default/admin/update.vtp b/template/default/admin/update.vtp index d67058ae1..72deed543 100644 --- a/template/default/admin/update.vtp +++ b/template/default/admin/update.vtp @@ -6,9 +6,9 @@ <tr> <td> <div class="retrait"> - <img src="../template/{#user_template}/admin/images/puce.gif" alt=">" /> + <img src="./template/{#user_template}/admin/images/puce.gif" alt=">" /> <a href="{#only_cat:url}">{#update_only_cat}</a> - <br /><img src="../template/{#user_template}/admin/images/puce.gif" alt=">" /> + <br /><img src="./template/{#user_template}/admin/images/puce.gif" alt=">" /> <a href="{#all:url}">{#update_all}</a> </div> </td> diff --git a/template/default/admin/user_list.vtp b/template/default/admin/user_list.vtp index c50f1d99b..562ef8c42 100644 --- a/template/default/admin/user_list.vtp +++ b/template/default/admin/user_list.vtp @@ -87,7 +87,7 @@ </tr> <tr> <td colspan="5"> - <img src="../template/{#user_template}/admin/images/arrow_select.gif" alt="<" /> + <img src="./template/{#user_template}/admin/images/arrow_select.gif" alt="<" /> <input type="button" value="{#listuser_button_all}" onClick="SelectAll(this.form)" style="margin-left:5px;margin-right:5px;" /> <input type="button" value="{#listuser_button_invert}" onClick="Inverser(this.form)" style="margin-left:5px;margin-right:5px;" /> <input type="submit" value="{#listuser_button_create_address}" name="submit_generate_mail" style="margin-left:5px;margin-right:5px;" /> diff --git a/template/default/admin/user_perm.vtp b/template/default/admin/user_perm.vtp index 6b25ca9f9..bbe02ce84 100644 --- a/template/default/admin/user_perm.vtp +++ b/template/default/admin/user_perm.vtp @@ -9,7 +9,7 @@ <!--VTP_category--> <tr> <td> - <img src="../template/{#user_template}/admin/images/puce.gif" alt=">" /> <a href="{#cat_perm_link}"><span style="color:{#color}">{#name}</span></a> + <img src="./template/{#user_template}/admin/images/puce.gif" alt=">" /> <a href="{#cat_perm_link}"><span style="color:{#color}">{#name}</span></a> <!--VTP_usergroups--> [ <!--VTP_usergroup--> |