__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="password" xml:lang="el">
<info>
<link type="guide" xref="index#dialogs"/>
<desc>Χρησιμοποιήστε την επιλογή <cmd>--password</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>--password</cmd> για να δημιουργήσετε έναν διάλογο καταχώρησης κωδικού.</p>
<p>Ο διάλογος καταχώρησης κωδικού υποστηρίζει τις ακόλουθες επιλογές:</p>
<terms>
<item>
<title><cmd>--username</cmd></title>
<p>Εμφάνιση πεδίου του ονόματος χρήστη.</p>
</item>
</terms>
<p>Το παρακάτω παράδειγμα σεναρίου εντολών σας δείχνει πως μπορείτε να δημιουργήσετε έναν διάλογο καταχώρησης κωδικού:</p>
<code>
#!/bin/sh
ENTRY=`zenity --password --username`
case $? in
0)
echo "Όνομα χρήστη: `echo $ENTRY | cut -d'|' -f1`"
echo "Κωδικός : `echo $ENTRY | cut -d'|' -f2`"
;;
1)
echo "Διακοπή σύνδεσης.";;
-1)
echo "Προέκυψε ένα σφάλμα.";;
esac
</code>
<figure>
<title>Παράδειγμα διαλόγου καταχώρησης κωδικού</title>
<desc>Παράδειγμα διαλόγου καταχώρησης κειμένου του <app>Zenity</app></desc>
<media type="image" mime="image/png" src="figures/zenity-password-screenshot.png"/>
</figure>
</page>
| 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 |
|