User Tools

Site Tools


ru:file_management

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ru:file_management [2013/09/30 05:00]
Arkady [Вкладка Файлы]
ru:file_management [2013/10/04 12:55] (current)
Grin [Вкладка Файлы]
Line 1: Line 1:
 ====== Вкладка Файлы ====== ====== Вкладка Файлы ======
  
-This page allows you to manage your website'​s uploadsTwo important features are available+Эта вкладка создана для управления загрузками файлов на сайтДля выполнения доступны две операции
-  * Upload files and/or images +  * Загрузка файлов или графики на сайт 
-  * Create Folders+  * Создание папок
  
-{{:how_to:filemanagement.png|}}+{{:ru:how_to:upload_files.png|}}
  
-Uploading files and/or images will open a window (depending on your OS) which will allow you to select one or multiple files to upload: 
  
-{{:​how_to:​filemanagement_filetransfer.png|}}+При попытке загрузить на сайт файл или графику открывается стандартное диалоговое окно, вид которого зависит от операционной системы вашего компьютера. В диалоговом окне доступен множественный выбор файлов для загрузки.
  
-(* Sorry for the french picture. :-))+===== Загрузка файлов по FTP =====
  
-===== Managing Uploads manually =====+Тем не менее, пользователь с соответствующими правами ​ может загружать файлы и создавать папки на сайте через FTP в директории ''​\data\uploads''​ без использования предлагаемого вкладкой **Файлы** функционала. ​
  
-You can also manage your uploads manually. To do so, FTP to your website and create folders and upload files under ''​\data\uploads''​.+===== Редактирование графики =====
  
-===== Image Editor =====+Для кадрирования или обрезки изображений в GetSimple используется JQuery-плагин [[http://​deepliquid.com/​content/​Jcrop.html|Jcrop]].
  
-GetSimple uses [[http://​deepliquid.com/​content/​Jcrop.html|Jcrop]] as its image editor of choice. 
-More information is required here about File Management and Thumbnail Creation 
  
-==== Tips'n tricks ​====+==== Советы и рекомендации ​====
  
-=== CropBug ​===+=== Ошибка при кадрировании ​===
  
-GetSimple 3.0 has a bug with Jcrop: when cropping images larger than the image preview panel, the crop is erroneous.+При обрезке изображения большим размером,​ чем размер доступного контейнера для просмотра,​ в GetSimple 3.0 возникает ошибка кадрирования из-за JCrop.
  
-That is fixed by adding line:+Для исправления этой ошибки добавьте строку в файл image.php
  
 <​code>​trueSize:​ [<?php print("​$imgwidth,​$imgheight"​);​ ?>​],</​code>​ <​code>​trueSize:​ [<?php print("​$imgwidth,​$imgheight"​);​ ?>​],</​code>​
  
-just below:+сразу после строки
  
 <​code>​var api = $.Jcrop('#​cropbox',​{</​code>​ <​code>​var api = $.Jcrop('#​cropbox',​{</​code>​
  
-in the file: image.php 
  
-=== Customizing ​JCrop behavior ​===+=== Настройка ​JCrop ===
  
-In the file image.php, one can edit JCrop functions.+Функции JCrop доступны для редактирования в файле ​image.php 
 + 
 +Со списком функций ​JCrop можно ознакомиться в [[http://​deepliquid.com/​content/​Jcrop_Manual.html|этом руководстве]].
  
-You can look up list of JCrop functions in the JCrop manual: http://​deepliquid.com/​content/​Jcrop_Manual.html 
  
  
ru/file_management.1380517200.txt.gz · Last modified: 2013/09/30 05:00 by Arkady