Skip to content

Commit

Permalink
Update to CMSimple_XH 1.7.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Jun 14, 2017
1 parent f4cc30d commit b52200c
Show file tree
Hide file tree
Showing 327 changed files with 9,958 additions and 2,388 deletions.
19 changes: 5 additions & 14 deletions www/2lang/content/content.htm
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<html><head><title>Content-Datei</title>
<?php
$page_data_fields=array('url','last_edit','description','keywords','title','robots','heading','show_heading','template','published','show_last_edit','linked_to_menu','header_location','use_header_location','publication_date','expires');
$page_data_fields=array('url','last_edit','description','keywords','title','robots','template','published','show_last_edit','linked_to_menu','header_location','use_header_location','publication_date','expires');
$temp_data=array(
'url'=>'Startseite',
'last_edit'=>'1251465256',
'description'=>'',
'keywords'=>'',
'title'=>'',
'robots'=>'',
'heading'=>'',
'show_heading'=>'',
'template'=>'',
'published'=>'',
'show_last_edit'=>'',
Expand All @@ -26,8 +24,6 @@
'keywords'=>'',
'title'=>'',
'robots'=>'',
'heading'=>'',
'show_heading'=>'',
'template'=>'',
'published'=>'',
'show_last_edit'=>'',
Expand All @@ -38,6 +34,7 @@
'expires'=>''
);
?>
<h1>Welcome to CMSimple_XH</h1>
<p>Congratulations on your new <strong>Language</strong> installation of CMSimple_XH.</p>
<p>You can login with the <strong>password of your main site</strong>. You will find the login link at the bottom of the page in the footer.</p>
<p>Please read about file permissions and security issues in the <a href="http://www.cmsimple-xh.org/wiki/doku.php/installation">CMSimple_XH Wiki »</a></p>
Expand All @@ -64,8 +61,6 @@ <h4>The CMSimple_XH links</h4>
'keywords'=>'',
'title'=>'',
'robots'=>'',
'heading'=>'',
'show_heading'=>'0',
'template'=>'0',
'published'=>'1',
'show_last_edit'=>'0',
Expand All @@ -76,7 +71,7 @@ <h4>The CMSimple_XH links</h4>
'expires'=>''
);
?>
<h4>Newsbox News01</h4>
<h2>Newsbox News01</h2>
<p>This box shows the content of the hidden page "News01".</p>
<p>More information about newsboxes can be found here:</p>
<p style="text-align: right;"><a href="http://www.cmsimple-xh.org/wiki/doku.php/newsboxes">CMSimple_XH Wiki &raquo;</a></p>
Expand All @@ -93,8 +88,6 @@ <h4>Newsbox News01</h4>
'keywords'=>'',
'title'=>'',
'robots'=>'',
'heading'=>'',
'show_heading'=>'0',
'template'=>'0',
'published'=>'1',
'show_last_edit'=>'0',
Expand All @@ -105,7 +98,7 @@ <h4>Newsbox News01</h4>
'expires'=>''
);
?>
<h4>Newsbox News02</h4>
<h2>Newsbox News02</h2>
<p>This box shows the content of the hidden page "News02".</p>
<p>More information about newsboxes can be found here:</p>
<p style="text-align: right;"><a href="http://www.cmsimple-xh.org/wiki/doku.php/newsboxes">CMSimple_XH Wiki &raquo;</a></p>
Expand All @@ -122,8 +115,6 @@ <h4>Newsbox News02</h4>
'keywords'=>'',
'title'=>'',
'robots'=>'',
'heading'=>'',
'show_heading'=>'0',
'template'=>'0',
'published'=>'1',
'show_last_edit'=>'0',
Expand All @@ -134,7 +125,7 @@ <h4>Newsbox News02</h4>
'expires'=>''
);
?>
<h4>Newsbox News03</h4>
<h2>Newsbox News03</h2>
<p>This box shows the content of the hidden page "News03".</p>
<p>More information about newsboxes can be found here:</p>
<p style="text-align: right;"><a href="http://www.cmsimple-xh.org/wiki/doku.php/newsboxes">CMSimple_XH Wiki &raquo;</a></p>
Expand Down
4 changes: 0 additions & 4 deletions www/2lang/index.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<?php

/**
* @version $Id$
*/

if (is_readable('./../cmsimple/userprelude.php')) {
include './../cmsimple/userprelude.php';
}
Expand Down
23 changes: 3 additions & 20 deletions www/assets/css/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
text-align: center;
color: #d3d7cf;
padding: 8px 0 0 0;
margin: 0;
margin: 2px 0 0 0;
}

#xh_adminmenu li a:hover,
Expand All @@ -58,8 +58,8 @@
#xh_adminmenu span {
display: block;
color: #d3d7cf;
height: 26px;
padding: 2px 6px 0px 6px;
height: 28px;
padding: 0 6px 0 6px;
text-decoration: none;
font-style: normal;
}
Expand Down Expand Up @@ -289,23 +289,6 @@ li.xh_system_check_cat_start {
margin-top: 1em;
}

/*
* Pluginloader
*/

div.pluginedit,
div.plugintext {
border: 0px solid #828177;
padding: 4px 0;
}

div.plugineditcaption {
font-family: arial, sans-serif;
font-size: 15px;
font-weight: bold;
padding: 6px 0;
}

/*
* Configuration
*/
Expand Down
28 changes: 28 additions & 0 deletions www/assets/js/admin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added www/cmsimple/.sessionname
Empty file.
Loading

0 comments on commit b52200c

Please sign in to comment.