PHP Classes

File: gestion/menu.txt

Recommend this page to a friend!
  Classes of Pierre FAUQUE   OPDS PHP Ebook Publisher Class   gestion/menu.txt   Download  
File: gestion/menu.txt
Role: Application script
Content type: text/plain
Description: Script of application
Class: OPDS PHP Ebook Publisher Class
Publish and distribute ebooks for download
Author: By
Last change: Add line
Date: 3 years ago
Size: 1,398 bytes
 

Contents

Class file image Download
;
; OPDS basic gestion (only add entities and relations, not modify)
; Version: 0.1
; Pierre FAUQUE, <pierre@fauque.net>
; Script: 2014, Script->Class: 2019, Gestion: may 2020
; Encoding: UTF-8
; Text editor: GNU/Linux Debian Vi
; File: menu.txt (v0.1)
; Role: menu of the application
;
; Format: label;page.php
; --- = separator
; line beginning by < = added as is (L0, L1, L2 = title Level 1, 2, 3)
; line beginning by @ = a function is executed here.
; line beginning by ; = comment
;
<div class="L0">OPDS Gestion</div>
<div class="L1"><a href="index.php">Menu</a></div>
<div class="L2">Add entities</div>
Document;add_doc.php;
Author;add_auth.php
Keywords;add_kw.php
Category;add_cat.php
Subcategory;add_scat.php
Type;add_type.php
---
<div class="L2">Add relations</div>
Author writes Document;rel_authdoc.php
Document has keywords;rel_dockw.php
Publish a Document;rel_pubdoc.php
---
<div class="L2">Configuration</div>
Set config;set_conf.php
---
<div class="L2">Tools</div>
@LDdocs
---
<div class="L2">Documentation</div>
Help;doc_help1.php
CMD;doc_cmd.php
Data dictionary;doc_ddic.php
Table structures;doc_struct.php
List of files;doc_files.php
Screenshots smartphones;doc_screens.php
Screenshots old browsers;doc_browsers.php
To do list;doc_todo1.php
GNU Public License;doc_license.php
About...;doc_about.php