';
echo '' . i18n('Title') . ' ';
if (config("views.counter") == "true")
echo 'Views ';
@@ -731,7 +731,7 @@ function get_user_pages()
echo '' . $p->title . ' ';
if (config("views.counter") == "true")
echo '' . $p->views . ' ';
- echo '' . i18n('Add_sub') . ' ' . i18n('Edit') . ' ' . i18n('Delete') . ' ';
+ echo '' . i18n('Add_sub') . ' ' . i18n('Edit') . ' ' . i18n('Delete') . ' ';
echo ' ';
$shortUrl = substr($p->url, strrpos($p->url, "/") + 1);
@@ -739,10 +739,10 @@ function get_user_pages()
foreach ($subPages as $sp) {
echo '';
- echo ' »' . $sp->title . ' ';
+ echo ' » ' . $sp->title . ' ';
if (config("views.counter") == "true")
echo '' . $sp->views . ' ';
- echo '' . i18n('Edit') . ' ' . i18n('Delete') . ' ';
+ echo '' . i18n('Edit') . ' ' . i18n('Delete') . ' ';
echo ' ';
}
}
@@ -758,7 +758,7 @@ function get_backup_files()
$files = get_zip_files();
if (!empty($files)) {
krsort($files);
- echo '';
+ echo '';
echo '' . i18n('Filename') . ' Date ' . i18n('Operations') . ' ';
$i = 0;
$len = count($files);
@@ -790,7 +790,7 @@ function get_backup_files()
echo '';
echo '' . $name . ' ';
echo '' . $timestamp . ' ';
- echo 'Download ';
+ echo 'Download ';
echo ' ';
}
echo '
';
diff --git a/system/admin/editor/README.txt b/system/admin/editor/README.txt
deleted file mode 100644
index e69de29..0000000
diff --git a/system/admin/editor/css/editor.css b/system/admin/editor/css/editor.css
index 52a09ca..8294c11 100644
--- a/system/admin/editor/css/editor.css
+++ b/system/admin/editor/css/editor.css
@@ -9,9 +9,7 @@ blockquote {
}
.wmd-panel {
- width: 44%;
float: left;
- padding-right: 20px;
}
.wmd-button-bar {
@@ -30,13 +28,10 @@ blockquote {
.wmd-input {
min-height: 300px;
- width: 96%;
- padding: 2%;
}
.wmd-preview {
background-color: #E4EBF1;
- width: 46%;
float: left;
padding: 2%;
}
diff --git a/system/admin/views/add-content.html.php b/system/admin/views/add-content.html.php
index dacea89..d19f7f9 100644
--- a/system/admin/views/add-content.html.php
+++ b/system/admin/views/add-content.html.php
@@ -14,7 +14,6 @@ $tags = tag_cloud(true);
?>
-
@@ -74,103 +73,112 @@ $( function() {
-
+
+
+
+
+
+
+
URL
+
+ Upload
+
+
+
+
-
-
-
-
URL
-
- Upload
-
-
-
-
\ No newline at end of file
diff --git a/system/admin/views/add-page.html.php b/system/admin/views/add-page.html.php
index 5fb3bf2..3ab7bf8 100644
--- a/system/admin/views/add-page.html.php
+++ b/system/admin/views/add-page.html.php
@@ -12,54 +12,67 @@
-
-
-
+
+
+
+
+
+
+
+
Content
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
\ No newline at end of file
diff --git a/system/admin/views/backup.html.php b/system/admin/views/backup.html.php
index d6fc60f..84bb868 100644
--- a/system/admin/views/backup.html.php
+++ b/system/admin/views/backup.html.php
@@ -10,6 +10,8 @@ if (login()) {
}
}
?>
-
Create backup
Your backups
+
+
Create backup
+
\ No newline at end of file
diff --git a/system/admin/views/categories.html.php b/system/admin/views/categories.html.php
index fa20fcc..0eccea7 100644
--- a/system/admin/views/categories.html.php
+++ b/system/admin/views/categories.html.php
@@ -1,7 +1,9 @@
-
-
-
+Categories
+
+
+
+
\ No newline at end of file
diff --git a/system/admin/views/clear-cache.html.php b/system/admin/views/clear-cache.html.php
index 2359c66..25ca233 100644
--- a/system/admin/views/clear-cache.html.php
+++ b/system/admin/views/clear-cache.html.php
@@ -5,10 +5,6 @@ $draft = array();
$files = glob('content/*/blog/*.md', GLOB_NOSORT);
$draft = glob('content/*/draft/*.md', GLOB_NOSORT);
-if (!empty($files) || !empty($draft)) {
- migrate_old_content();
-}
-
rebuilt_cache('all');
foreach (glob('cache/page/*.cache', GLOB_NOSORT) as $file) {
diff --git a/system/admin/views/config.html.php b/system/admin/views/config.html.php
index b6fa129..313fdcb 100644
--- a/system/admin/views/config.html.php
+++ b/system/admin/views/config.html.php
@@ -1,19 +1,17 @@
-Your Settings:
-
- hint: Use Ctrl/CMD⌘ + F to search for your config key or value.
-
-
- pro tips: You can creating custom config key and print out your config key value anywhere in your template.
-
-<?php echo config('your.key'); ?>
-
+Your Settings
+
+hint: Use Ctrl/CMD⌘ + F to search for your config key or value.
+pro tips: You can creating custom config key and print out your config key value anywhere in your template.
+<?php echo config('your.key'); ?>
+
-
-
+
+
+
-
+
diff --git a/system/admin/views/delete-category.html.php b/system/admin/views/delete-category.html.php
index b109908..147e90e 100644
--- a/system/admin/views/delete-category.html.php
+++ b/system/admin/views/delete-category.html.php
@@ -25,6 +25,6 @@ if (isset($destination)) {
-
- ' . i18n('Cancel');?>
+
+ ' . i18n('Cancel');?>
\ No newline at end of file
diff --git a/system/admin/views/delete-page.html.php b/system/admin/views/delete-page.html.php
index b109908..147e90e 100644
--- a/system/admin/views/delete-page.html.php
+++ b/system/admin/views/delete-page.html.php
@@ -25,6 +25,6 @@ if (isset($destination)) {
-
- ' . i18n('Cancel');?>
+
+ ' . i18n('Cancel');?>
\ No newline at end of file
diff --git a/system/admin/views/delete-post.html.php b/system/admin/views/delete-post.html.php
index 11507c0..72b3c03 100644
--- a/system/admin/views/delete-post.html.php
+++ b/system/admin/views/delete-post.html.php
@@ -33,6 +33,6 @@ if (isset($destination)) {
-
- ' . i18n('Cancel');?>
+
+ ' . i18n('Cancel');?>
\ No newline at end of file
diff --git a/system/admin/views/edit-content.html.php b/system/admin/views/edit-content.html.php
index 27c73d3..2f4b836 100644
--- a/system/admin/views/edit-content.html.php
+++ b/system/admin/views/edit-content.html.php
@@ -118,111 +118,128 @@ $( function() {
-
+
+
+
+
+
+ *
+
+
+ *
+
+
+
+ md) { echo 'selected="selected"';} ?>>title;?>
+
+
+
+ Tag *
+
+
+
+ Meta Description (optional)
+ description)) { echo $p->description; } else { echo $olddescription;} ?>
+
+
+
+
+
+
+
Url (optional)
+
+
+
+
+
Featured Audio * (SoundCloud Only)
+
+
+
+
+
+
+
Featured Video * (Youtube Only)
+
+
+
+
+
+
+
Featured Image *
+
+
+
+
+
+
+
Featured Quote *
+
+
+
+
+
+
+
Featured Link *
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
URL
+
+ Upload
+
+
+
+
-
-
-
-
URL
-
- Upload
-
-
-
-
-
diff --git a/system/admin/views/edit-page.html.php b/system/admin/views/edit-page.html.php
index 61ea563..c7a506c 100644
--- a/system/admin/views/edit-page.html.php
+++ b/system/admin/views/edit-page.html.php
@@ -77,54 +77,71 @@ if ($type == 'is_frontpage') {
-
-
-
+
+
+
+
+
+
+
+
Content
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
\ No newline at end of file
diff --git a/system/admin/views/import.html.php b/system/admin/views/import.html.php
index cdf4835..be80ae4 100644
--- a/system/admin/views/import.html.php
+++ b/system/admin/views/import.html.php
@@ -4,12 +4,12 @@
Import RSS Feed 2.0
By using this importer you are agree if the feed is yours, or at least you have the authority to publish it.
- Feed Url * *
+ } ?>" name="url"/>
Add source link (optional)
-
+
\ No newline at end of file
diff --git a/system/admin/views/layout.html.php b/system/admin/views/layout.html.php
index 92ffc77..b7dfc45 100644
--- a/system/admin/views/layout.html.php
+++ b/system/admin/views/layout.html.php
@@ -1,62 +1,280 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-