__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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="text" xml:lang="ca">
  <info>
    <link type="guide" xref="index#dialogs"/>
    <desc>Utilitzeu l'opció <cmd>--text-info</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>Joan Duran</mal:name>
      <mal:email>jodufi@gmail.com</mal:email>
      <mal:years>2008</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Miquel-Àngel Burgos i Fradeja</mal:name>
      <mal:email>miquel.angel.burgos@gmail.com</mal:email>
      <mal:years>2020</mal:years>
    </mal:credit>
  </info>
  <title>Diàleg de text informatiu</title>
    <p>Utilitzeu l'opció <cmd>--text-info</cmd> per a crear un diàleg de text informatiu.</p>
	
    <p>El diàleg de text informatiu admet les opcions següents:</p>

    <terms>

      <item>
        <title><cmd>--filename</cmd>=<var>fitxer</var></title>
	<p>Especifica el fitxer que es carrega al diàleg de text informatiu.</p>
      </item>

      <item>
        <title><cmd>--editable</cmd></title>
        <p>Permet que el text mostrat es pugui editar. El text editat es retorna a la sortida estàndard quan es tanca el diàleg.</p>
      </item>

      <item>
        <title><cmd>--font</cmd>=<var>LLETRA</var></title>
	<p>Especifica el tipus de lletra del text.</p>
      </item>

      <item>
        <title><cmd>--checkbox</cmd>=<var>TEXT</var></title>
	<p>Activeu una casella de selecció com ara «Llegeixo i accepto els termes».</p>
      </item>

      <item>
        <title><cmd>--html</cmd></title>
        <p>Habiliteu el suport HTML.</p>
      </item>

      <item>
        <title><cmd>--url</cmd>=<var>URL</var></title>
	<p>Estableix un URL en lloc d'un fitxer. Només funciona si utilitzeu l'opció --html.</p>
      </item>

    </terms>

    <p>L'script d'exemple següent mostra com crear un diàleg de text informatiu:</p>

<code>
#!/bin/sh

# Heu de col·locar el fitxer «COPYING» a la mateixa carpeta que aquest script.
FILE=`dirname $0`/COPYING

zenity --text-info \
       --title="Llicència" \
       --filename=$FILE \
       --checkbox="He llegit i accepto les condicions."

case $? in
    0)
        echo "Inicia la instal·lació."
	# pas següent
	;;
    1)
        echo "Atura la instal·lació."
	;;
    -1)
        echo "S'ha produït un error inesperat."
	;;
esac
</code>

    <figure>
      <title>Exemple de diàleg de text informatiu</title>
      <desc>Exemple de diàleg de text informatiu del <app>Zenity</app></desc>
      <media type="image" mime="image/png" src="figures/zenity-text-screenshot.png"/>
    </figure>
</page>

Filemanager

Name Type Size Permission Actions
figures Folder 0755
calendar.page File 2.76 KB 0644
color-selection.page File 1.9 KB 0644
entry.page File 2.11 KB 0644
error.page File 1.3 KB 0644
file-selection.page File 2.72 KB 0644
forms.page File 2.84 KB 0644
index.page File 1.29 KB 0644
info.page File 1.36 KB 0644
intro.page File 1.56 KB 0644
legal.xml File 3.18 KB 0644
list.page File 3.34 KB 0644
message.page File 1.1 KB 0644
notification.page File 2.91 KB 0644
password.page File 1.81 KB 0644
progress.page File 2.83 KB 0644
question.page File 1.32 KB 0644
scale.page File 2.62 KB 0644
text.page File 2.76 KB 0644
usage.page File 8.6 KB 0644
warning.page File 1.34 KB 0644
Filemanager