__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

www-data@216.73.217.60: ~ $
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="forms" xml:lang="el">
  <info>
    <link type="guide" xref="index#dialogs"/>
    <desc>Χρησιμοποιήστε την επιλογή <cmd>--forms</cmd>.</desc>
    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Ελληνική μεταφραστική ομάδα GNOME</mal:name>
      <mal:email>team@gnome.gr</mal:email>
      <mal:years>2009-2014 </mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Στέργιος Προσινικλής</mal:name>
      <mal:email>steriosprosiniklis@gmail.com</mal:email>
      <mal:years>2009</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Θάνος Τρυφωνίδης</mal:name>
      <mal:email>tomtryf@gmail.com</mal:email>
      <mal:years>2012</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Δημήτρης Σπίγγος</mal:name>
      <mal:email>dmtrs32@gmail.com</mal:email>
      <mal:years>2014</mal:years>
    </mal:credit>
  </info>
  <title>Διάλογος φορμών</title>
    <p>Χρησιμοποιήστε την επιλογή <cmd>--forms</cmd> για να δημιουργήσετε έναν διάλογο φορμών.</p>
	
    <p>Ο διάλογος φορμών υποστηρίζει τις παρακάτω επιλογές:</p>

    <terms>

      <item>
        <title><cmd>--add-entry</cmd>=<var>Όνομα πεδίου</var></title>
	<p>Προσθήκη νέας καταχώρισης στο διάλογο φορμών.</p>
      </item>

      <item>
        <title><cmd>--add-password</cmd>=<var>FieldName</var></title>
	<p>Προσθήκη μίας νέας καταχώρησης κωδικού στο διάλογο φορμών. (Απόκρυψη κειμένου)</p>
      </item>

      <item>
        <title><cmd>--add-calendar</cmd>=<var>Όνομα πεδίου</var></title>
	<p>Προσθήκη ενός νέου ημερολογίου στο διάλογο φορμών.</p>
      </item>

      <item>
        <title><cmd>--text</cmd>=<var>ΚΕΙΜΕΝΟ</var></title>
	<p>Ορίστε το κείμενο του διαλόγου.</p>
      </item>

      <item>
        <title><cmd>--separator</cmd>=<var>ΔΙΑΧΩΡΙΣΤΙΚΟ</var></title>
	<p>Ορίστε το διαχωριστικό χαρακτήρα εξόδου. (Προεπιλεγμένο: | )</p>
      </item>

      <item>
        <title><cmd>--forms-date-format</cmd>=<var>ΜΟΤΙΒΟ</var></title>
	<p>Καθορίζει την μορφή που αποδίδεται από τον διάλογο ημερολογίου μετά την επιλογή ημερομηνίας. Η προεπιλεγμένη μορφή εξαρτάται από την προσαρμογή εντοπιότητας(locale) που χρησιμοποιείτε. Η μορφή πρέπει να συντάσσεται έτσι ώστε να γίνεται αποδεκτή από την λειτουργία <cmd>strftime</cmd>, για παράδειγμα <var>%A %d/%m/%y</var>.</p>
      </item>

    </terms>

    <p>Το παρακάτω παράδειγμα δέσμης ενεργειών κελύφους δείχνει πως να δημιουργήσετε έναν διάλογο φορμών:</p>

<code>
#!/bin/sh

zenity --forms --title="Προσθήκη φίλοι" \
	--text="Πληκτρολογήστε πληροφορίες για τον φίλο σας." \
	--separator="," \
	--add-entry="Όνομα" \
	--add-entry="Επώνυμο" \
	--add-entry="Email" \
	--add-calendar="Γενέθλια" &gt;&gt; addr.csv

case $? in
    0)
        echo "Προστέθηκε ο φίλος.";;
    1)
        echo "Δεν προστέθηκε κανένας φίλος."
	;;
    -1)
        echo "Προέκυψε ένα σφάλμα."
	;;
esac
</code>

    <figure>
      <title>Παράδειγμα διαλόγου φορμών</title>
      <desc>Παράδειγμα διαλόγου φορμών του <app>Zenity</app></desc>
      <media type="image" mime="image/png" src="figures/zenity-forms-screenshot.png"/>
    </figure>
</page>

Filemanager

Name Type Size Permission Actions
figures Folder 0755
calendar.page File 4.44 KB 0644
color-selection.page File 2.87 KB 0644
entry.page File 3.48 KB 0644
error.page File 2.18 KB 0644
file-selection.page File 4.11 KB 0644
forms.page File 4.39 KB 0644
index.page File 1.91 KB 0644
info.page File 2.25 KB 0644
intro.page File 2.49 KB 0644
legal.xml File 3.84 KB 0644
list.page File 5.11 KB 0644
message.page File 1.79 KB 0644
notification.page File 4.06 KB 0644
password.page File 2.79 KB 0644
progress.page File 4.36 KB 0644
question.page File 2.16 KB 0644
scale.page File 3.89 KB 0644
text.page File 4.3 KB 0644
usage.page File 12.81 KB 0644
warning.page File 2.3 KB 0644
Filemanager