/usr/lib/interchange/standard/pages/contact.html is in interchange-cat-standard 5.7.7-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | [comment]
ui_template: Yes
ui_template_name: leftonly
[/comment]
[tmp page_title]__COMPANY__ -- [L]Contact Us[/L][/tmp]
[control reset=1]
[control-set]
[component]search_box_small[/component]
[/control-set]
[control-set]
[component]product_tree[/component]
[/control-set]
[control-set]
[component][/component]
[/control-set]
[control-set]
[component][/component]
[/control-set]
[control-set]
[component]promo[/component]
[promo_type]new[/promo_type]
[matches]3[/matches]
[cols]3[/cols]
[banner][L]New items[/L][/banner]
[/control-set]
[control reset=1]
@_LEFTONLY_TOP_@
<!-- BEGIN CONTENT -->
<table width="90%">
<tr>
<td align="left">
<p><br>[L]You can contact us the following ways[/L]:</p>
<p>
<b>__COMPANY__</b><br>
__ADDRESS__<br>
__CITY__
</p>
<p>
[L]Phone[/L]: __PHONE__<br>
[if variable FAX]
[L]Fax[/L]: __FAX__<br>
[/if]
[if variable TOLLFREE]
[L]Toll-free[/L]: __TOLLFREE__<br>
[/if]
[if variable EMAIL_INFO]
[L]e-mail[/L]: <a href="mailto:__EMAIL_INFO__">__EMAIL_INFO__</a><br>
[/if]
</p>
<hr>
<p>[L]If you would like further information on constructing a store like this, please contact the Interchange Development Group[/L]:</p>
<p><a href="@_INTERCHANGE_URL_@">@_INTERCHANGE_URL_@</a><br>
[L]e-mail[/L]: <a href="mailto:@_INTERCHANGE_EMAIL_@">@_INTERCHANGE_EMAIL_@</a><br><br></p>
</td>
</tr>
</table>
<!-- END CONTENT -->
@_LEFTONLY_BOTTOM_@
|