diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/.DS_Store differ diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..27fc678 --- /dev/null +++ b/css/style.css @@ -0,0 +1,3 @@ +.ResourcePanel {margin:5px;} +.ResourcePanelSmall {margin:5px;} +.chosen .ResourcePanel, .chosen .ResourcePanelSmall{border:5px solid hotPink; margin:1px 0;} \ No newline at end of file diff --git a/hooks/search.php b/hooks/search.php new file mode 100644 index 0000000..0cdb9c9 --- /dev/null +++ b/hooks/search.php @@ -0,0 +1,64 @@ + +
+
+

+

+ +
+ + "> + "> + "> +
+
+
+ + + \ No newline at end of file diff --git a/inline_keywords.yaml b/inline_keywords.yaml new file mode 100644 index 0000000..ad5f5dd --- /dev/null +++ b/inline_keywords.yaml @@ -0,0 +1,7 @@ +name: inline_keywords +author: Aaron T. Maturen +version: 0.1 +desc: Short project description +info_url: http://url.to.your/info_pages/ (Link to web page with additional information about the plugin) +config_url: /plugins/simple_keywords/pages/setup.php +default_priority: 999 \ No newline at end of file diff --git a/languages/en.php b/languages/en.php new file mode 100644 index 0000000..ea27aea --- /dev/null +++ b/languages/en.php @@ -0,0 +1,6 @@ + \ No newline at end of file diff --git a/pages/add_keywords.php b/pages/add_keywords.php new file mode 100644 index 0000000..2fe2861 --- /dev/null +++ b/pages/add_keywords.php @@ -0,0 +1,15 @@ + \ No newline at end of file