notas:owncloud
                Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
| notas:owncloud [2015/04/16 13:50] – cayu | notas:owncloud [2015/04/30 13:32] (actual) – cayu | ||
|---|---|---|---|
| Línea 108: | Línea 108: | ||
| “post_max_size” | “post_max_size” | ||
| ===== Apariencia ===== | ===== Apariencia ===== | ||
| + | |||
| + | La elección del tema a se debe establecer en **config/ | ||
| + | <code php> | ||
| + | ‘theme’ => ‘MyTheme’, | ||
| + | </ | ||
| + | |||
| + | Dentro de **/ | ||
| + | |||
| + | ^./core|| | ||
| + | ^./ | ||
| + | ^./ | ||
| + | ^./ | ||
| + | ^./ | ||
| + | ^./ | ||
| + | ^./ | ||
| + | ^./ | ||
| + | ^./ | ||
| + | ^./ | ||
| + | ^./ | ||
| + | |||
| + | **/ | ||
| + | <code php defaults.php> | ||
| + | <?php | ||
| + | class OC_Theme { | ||
| + | |||
| + | private $ThemeName; | ||
| + | |||
| + | |||
| + | function __construct() { | ||
| + | $this-> | ||
| + | } | ||
| + | |||
| + | public function getName() { | ||
| + | return $this-> | ||
| + | } | ||
| + | |||
| + | public function getTitle() { | ||
| + | return $this-> | ||
| + | } | ||
| + | public function getMailHeaderColor() { | ||
| + | return "# | ||
| + | } | ||
| + | public function getBaseUrl() { | ||
| + | return " | ||
| + | } | ||
| + | public function getSlogan() { | ||
| + | return "Cayu Nube privada"; | ||
| + | } | ||
| + | } | ||
| + | ?> | ||
| + | </ | ||
| + | |||
| + | Si por ejemplo queremos modificar el esquema de la pantalla de login : | ||
| + | |||
| + | **/ | ||
| + | <code php layout.guest.php> | ||
| + | < | ||
| + | <!--[if lt IE 7]>< | ||
| + | <!--[if IE 7]>< | ||
| + | <!--[if IE 8]>< | ||
| + | <!--[if IE 9]>< | ||
| + | <!--[if gt IE 9]>< | ||
| + | <!--[if !IE]>< | ||
| + | <head data-requesttoken="<? | ||
| + | < | ||
| + | <?php p($theme-> | ||
| + | </ | ||
| + | <meta http-equiv=" | ||
| + | <meta http-equiv=" | ||
| + | <meta name=" | ||
| + | <meta name=" | ||
| + | <link rel=" | ||
| + | <link rel=" | ||
| + | <?php foreach($_[' | ||
| + | <link rel=" | ||
| + | <?php endforeach; ?> | ||
| + | <?php foreach($_[' | ||
| + | < | ||
| + | <?php endforeach; ?> | ||
| + | |||
| + | <?php foreach($_[' | ||
| + | <?php | ||
| + | print_unescaped('<' | ||
| + | foreach($header[' | ||
| + | print_unescaped(" | ||
| + | }; | ||
| + | print_unescaped('/>' | ||
| + | ?> | ||
| + | <?php endforeach; ?> | ||
| + | </ | ||
| + | <body id=" | ||
| + | <img src="<? | ||
| + | <?php print_unescaped($_[' | ||
| + | <div class=" | ||
| + | < | ||
| + | <p class=" | ||
| + | <a href=" | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | Fragmento ! : | ||
| + | **/ | ||
| + | <code css layout.guest.php> | ||
| + | ... | ||
| + | #body-login { | ||
| + | text-align: | ||
| + | background: | ||
| + | margin: 40px; | ||
| + | background: -moz-linear-gradient(top, | ||
| + | background: | ||
| + | background: -webkit-linear-gradient(top, | ||
| + | background: -o-linear-gradient(top, | ||
| + | background: -ms-linear-gradient(top, | ||
| + | background: linear-gradient(top, | ||
| + | filter: progid: | ||
| + | } | ||
| + | #body-login input[type=" | ||
| + | #body-login input[type=" | ||
| + | #body-login input[type=" | ||
| + | #body-login input[type=" | ||
| + | border: solid 1px #949da9; | ||
| + | border-radius: | ||
| + | margin: 2px; | ||
| + | color: #ddd; | ||
| + | } | ||
| + | #body-login input[type=" | ||
| + | background-color: | ||
| + | font-size: 10px; | ||
| + | } | ||
| + | #body-login footer .info,# | ||
| + | white-space: | ||
| + | color: #35537a; | ||
| + | } | ||
| + | |||
| + | #body-login input[type=checkbox] { | ||
| + | margin-left: | ||
| + | border-radius: | ||
| + | position: relative; | ||
| + | } | ||
| + | |||
| + | #body-login # | ||
| + | #body-login # | ||
| + | color: #35537a !important; | ||
| + | } | ||
| + | |||
| + | #body-login .wrapper { | ||
| + | text-align: | ||
| + | min-height: 100%; | ||
| + | margin: 0 auto -70px; | ||
| + | width: 300px; | ||
| + | } | ||
| + | #body-login footer, #body-login .push { | ||
| + | height: 80px; | ||
| + | } | ||
| + | ... | ||
| + | </ | ||
| + | ==== Notas ==== | ||
| + | |||
| + | Dentro de **owncloud/ | ||
notas/owncloud.1429192231.txt.gz · Última modificación: 2015/04/16 13:50 por cayu
                
                