__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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.216.214: ~ $
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="calendar" xml:lang="el">
  <info>
    <link type="guide" xref="index#dialogs"/>
    <desc>Χρησιμοποιήστε την επιλογή <cmd>--calendar</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>--calendar</cmd> δημιουργείτε έναν διάλογο ημερολογίου. Το Zenity αποδίδει την επιλεγμένη ημερομηνία σαν κανονική έξοδο. Αν δεν καθοριστεί ημερομηνία στην γραμμή εντολών, ο διάλογος χρησιμοποιεί την τρέχουσα ημερομηνία.</p>
    <p>Ο διάλογος ημερολογίου υποστηρίζει τις εξής επιλογές:</p>

    <terms>

      <item>
        <title><cmd>--text</cmd>=<var>κείμενο</var></title>
	<p>Καθορίζει το κείμενο που προβάλλεται στον διάλογο ημερολογίου.</p>
      </item>
     	
      <item>
        <title><cmd>--day</cmd>=<var>ημέρα</var></title>
	<p>Καθορίζει την ημέρα που επιλέγεται στον διάλογο ημερολογίου. Η ημέρα πρέπει να είναι ένας αριθμός από 1 έως και 31.</p>
      </item>

      <item>
        <title><cmd>--month</cmd>=<var>μήνας</var></title>
	<p>Καθορίζει τον μήνα που επιλέγεται στον διάλογο ημερολογίου. Ο μήνας πρέπει να είναι ένας αριθμός από 1 έως και 12.</p>
      </item>

      <item>
        <title><cmd>--year</cmd>=<var>έτος</var></title>
	<p>Καθορίζει το έτος που επιλέγεται στον διάλογο ημερολογίου.</p>
      </item>

      <item>
        <title><cmd>--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


if zenity --calendar \
--title="Επιλέξτε ημερομηνία" \
--text="Κάντε κλικ σε μια ημερομηνία για να την επιλέξετε." \
--day=2 --month=4 --year=2009
  then echo $?
  else echo "No date selected"
fi
</code>


    <figure>
      <title>Παράδειγμα διαλόγου ημερολογίου</title>
      <desc>Παράδειγμα διαλόγου ημερολογίου του Zenity</desc>
      <media type="image" mime="image/png" src="figures/zenity-calendar-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