source: extensions/charlies_content/charlie_acrobat.tpl @ 14201

Last change on this file since 14201 was 3318, checked in by vdigital, 15 years ago

+ Add Charlies' content to depository

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 766 bytes
Line 
1<!-- /charlie_acrobat.tpl -->
2<br />
3<div style="height: 750px; width:98%; padding-top: 5px auto 5px auto; margin-top: 10px;">
4 <object CLASSID="clsid:CA8A9780-280D-11CF-A24D-444553540000" width=98% height=450>
5<param name="SRC" value="{$SRC_IMG}">
6<param name="toolbar" value="false">
7<param name="scrollbar" value="true">
8<param name="pagemode" value="none">
9<param name="transparent" value="true">
10<embed src="{$SRC_IMG}" type="application/pdf" toolbar="false" scrollbar="true" pagemode="none" transparent="true" width="98%" height=750px
11href="{$SRC_IMG}" >
12<NOEMBED> Your browser does not support embedded PDF files. </NOEMBED>
13</embed></object>
14</div>
15{html_head}
16<link rel="stylesheet" type="text/css" href="{$CHARLIES_PATH|@cat:'charlies.css'}"> 
17{/html_head}
Note: See TracBrowser for help on using the repository browser.