Skip to content

Commit

Permalink
1.1/ Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Juraj Maslik committed Jun 28, 2017
1 parent 87d73de commit b3b1ad4
Show file tree
Hide file tree
Showing 34 changed files with 2,676 additions and 0 deletions.
137 changes: 137 additions & 0 deletions disclaimer.html
@@ -0,0 +1,137 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"[]>
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xml:lang="en">
<head>
<!-- Created by Artisteer v3.0.0.39952 Base template (without user's data) checked by http://validator.w3.org : "This page is valid XHTML 1.0 Transitional" -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Disclaimer
</title>
<link rel="stylesheet" href="style.css" type="text/css" media="screen" />
<!--[if IE 6]><link rel="stylesheet" href="style.ie6.css" type="text/css" media="screen" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="style.ie7.css" type="text/css" media="screen" /><![endif]-->
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<div id="cssout-main">
<div id="cssout-hmenu-bg">
<div class="cssout-nav-l">
</div>
<div class="cssout-nav-r">
</div>
</div>
<div class="cleared">
</div>
<div class="cssout-sheet">
<div class="cssout-sheet-tl">
</div>
<div class="cssout-sheet-tr">
</div>
<div class="cssout-sheet-bl">
</div>
<div class="cssout-sheet-br">
</div>
<div class="cssout-sheet-tc">
</div>
<div class="cssout-sheet-bc">
</div>
<div class="cssout-sheet-cl">
</div>
<div class="cssout-sheet-cr">
</div>
<div class="cssout-sheet-cc">
</div>
<div class="cssout-sheet-body">
<div class="cssout-nav">
<div class="cssout-nav-l">
</div>
<div class="cssout-nav-r">
</div>
<div class="cssout-nav-outer">
<ul class="cssout-hmenu">
<li>
<a href="./">
<span class="l">
</span>
<span class="r">
</span>
<span class="t">CSS Out! &trade; Get inline CSS Out of your HTML document
</span></a>
</li>
<li>
<a href="./disclaimer.html" class="active">
<span class="l">
</span>
<span class="r">
</span>
<span class="t">Disclaimer
</span></a>
</li>
<li>
<a href="./privacy.html">
<span class="l">
</span>
<span class="r">
</span>
<span class="t">Privacy
</span></a>
</li>
</ul>
</div>
</div>
<div class="cleared reset-box">
</div>
<div class="cssout-content-layout">
<div class="cssout-content-layout-row">
<div class="cssout-layout-cell cssout-content">
<div class="cssout-post">
<div class="cssout-post-body">
<div class="cssout-post-inner cssout-article">
<h2 class="cssout-postheader"> Disclaimer</h2>
<div class="cleared">
</div>
<div class="cssout-postcontent">
<pre style="color:rgb(0, 0, 0);text-align:start;white-space:pre-wrap;">The author, of this software accepts no responsibility for damages resulting from the use of this product and makes no warranty or representation, either express or implied, including but not limited to, any implied warranty of merchantability or fitness for a particular purpose. This software is provided "AS IS", and you, its user, assume all risks when using it. The information contained in this website is for general information purposes only. The information is provided by [example.com] and while we endeavour to keep the information up to date and correct, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the website or the information, products, services, or related graphics contained on the website for any purpose. Any reliance you place on such information is therefore strictly at your own risk. In no event will we be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of this website. Through this website you are able to link to other websites which are not under the control of [example.com]. We have no control over the nature, content and availability of those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the views expressed within them. Every effort is made to keep the website up and running smoothly. However, [example.com] takes no responsibility for, and will not be liable for, the website being temporarily unavailable due to technical issues beyond our control.</pre>
</div>
<div class="cleared">
</div>
</div>
<div class="cleared">
</div>
</div>
</div>
<div class="cleared">
</div>
</div>
</div>
</div>
<div class="cleared">
</div>
<div class="cssout-footer">
<div class="cssout-footer-t">
</div>
<div class="cssout-footer-body">
<a href="#" class="cssout-rss-tag-icon" title="RSS"></a>
<div class="cssout-footer-text">
<p>
<a href="https://www.[example.com]/" target="_top">Home</a> |
<a href="https://www.[example.com]/disclaimer.html" target="_self">Disclaimer</a> |
<a href="https://www.[example.com]/privacy.html" target="_self">Privacy Policy</a>
</p>
<p>CSS Out! © 2012. All Rights Reserved.
</p>
</div>
<div class="cleared">
</div>
</div>
</div>
<div class="cleared">
</div>
</div>
</div>
<div class="cleared">
</div>
<p class="cssout-page-footer">
</p>
</div>
</body>
</html>
11 changes: 11 additions & 0 deletions download.php
@@ -0,0 +1,11 @@
<?php
session_start();
header('Content-type: text/plain');
$fileName="";
$uid=$_SESSION["uid"];
$downType=($_GET["q"]=="css")?"css":"html";
$fileName="cssout$uid.$downType";
$content=($downType=="css")? $_SESSION["cAdStyle"]:$_SESSION["cDocument"];
header('Content-Disposition: attachment; filename="'.$fileName.'"');
print($content);
?>
Binary file added favicon.ico
Binary file not shown.
Binary file added images/Bottom_texture.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blockcontentbullets.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/button.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/down.ico
Binary file not shown.
Binary file added images/down.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/footer_t.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/menuitem.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/menuseparator.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/nav.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/postauthoricon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/postbullets.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/postcategoryicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/postcommentsicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/postdateicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/postediticon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/postmetadataheader_bg.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/postquote.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/posttagicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/rssicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sheet_h.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sheet_s.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/sheet_v.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/spacer.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/subitem.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b3b1ad4

Please sign in to comment.