Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $url = $_GET['url'];
- ?>
- <?php
- /**
- * Template Name: Views
- */ get_header(); ?>
- <div id="indexsearch">
- <div id="indexsite1">
- <form method="get" id="search" class="form-wrapper" action="<?php echo home_url('/'); ?>">
- <input type="text" name="s" id="s" placeholder="Search here...">
- <button type="submit" value="Search ">Search</button></form>
- <center>
- <img width="728" height="90" src="<?php echo get_template_directory_uri(); ?>/images/banner_728x90.png" border="0"/>
- </center>
- </div>
- <div style="clear:both;"></div>
- <div align="center" style="font-size:12px;">
- <i>source: <?php echo $url;?></i>
- </div>
- <iframe src="http://docs.google.com/gview?url=<?php print $url; ?>&embedded=true" width="100%" height="480px" style="border-style:none;"></iframe>
- <div align="center" style="margin-top:15px;"><a type="application/octet-stream" style="padding:10px;background:#006699;color:#fff;font-weight:bold;" rel="nofollow" href="javascript:void(0);" onclick="window.open('<?php echo $url;?>'); return false;">Download Now</a></div>
- <div class="tab_bdr"></div>
- </div>
- <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement