From 7b8654dec60d378059bd9d765abcfd597b80ab5f Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 03 Jun 2014 10:34:51 -0400 Subject: [PATCH] Use alignment from option panels un AccessPolicyPanel --- src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_ko.html | 89 +++++++++++++++++++++++--------------------- 1 files changed, 46 insertions(+), 43 deletions(-) diff --git a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_ko.html b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_ko.html index 6e96f48..bd1f4f5 100644 --- a/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_ko.html +++ b/src/main/java/com/gitblit/wicket/pages/EmptyRepositoryPage_ko.html @@ -6,53 +6,56 @@ <body> <wicket:extend> +<div class="container"> +<div class="markdown"> +<div class="row"> +<div class="span10 offset1"> + <h2><center>비어있는 저장소</center></h2> + <div class="alert alert-info"> + <span wicket:id="repository" style="font-weight: bold;">[repository]</span> 저장소는 비어 있어서 Gitblit 에서 볼 수 없습니다. + <p></p> + 이 Git url 에 커밋해 주세요. <span wicket:id="pushurl"></span> + <hr/> + After you have pushed commits you may <b>refresh</b> this page to view your repository. + </div> + + <h3><center>Create a new repository on the command-line</center></h3> - <h2>비어있는 저장소</h2> - <p></p> - <div class="row"> - <div class="span10"> - <div class="alert alert-success"> - <span wicket:id="repository" style="font-weight: bold;">[repository]</span> 저장소는 비어 있어서 Gitblit 에서 볼 수 없습니다. - <p></p> - 이 Git url 에 커밋해 주세요. <span wicket:id="pushurl"></span> - <p></p> - <hr/> - After you have pushed commits you may <b>refresh</b> this page to view your repository. - </div> - </div> - </div> + <pre wicket:id="createSyntax"></pre> - <p></p> - <h3>Git 명령어</h3> - <span style="padding-bottom:5px;">로컬 Git 저장소가 없다면, 이 저장소를 클론(clone) 한 후, 몇 파일을 커밋하고, 그 커밋을 Gitblit 에 푸시(push) 하세요.</span> - <p></p> - <pre style="padding: 5px 30px;" wicket:id="cloneSyntax"></pre> - <p></p> - <span style="padding-bottom:5px;">만약 커밋된 로컬 Git 저장소가 있다면, 다음과 같이 저장소에 리모트를 추가하고 푸시(push)할 수 있습니다.</span> - <p></p> - <pre style="padding: 5px 30px;" wicket:id="remoteSyntax"></pre> - <p></p> - <h3>Git 배우기</h3> - 만약 사용법에 자신이 없다면, Git 사용법을 더 잘 이해하기 위해 - <a href="http://book.git-scm.com">Git Community Book</a> 또는 - <a href="http://progit.org/book" target="_blank">Pro Git</a>, - <a href="http://dogfeet.github.com/articles/2012/progit.html" target="_blank">Pro Git 한글</a> 을 볼 것을 고려해 보세요. - <p></p> + <h3><center>Push an existing repository from the command-line</center></h3> + + <pre wicket:id="existingSyntax"></pre> + + <div class="span8 offset1"> + <h2><center>Git 배우기</center></h2> + <p>만약 사용법에 자신이 없다면, Git 사용법을 더 잘 이해하기 위해 + <a href="http://book.git-scm.com/ko">Git Community Book</a> 또는 을 볼 것을 고려해 보세요.</p> + <h4>오픈소스 Git 클라이언트</h4> - <ul> - <li><a href="http://git-scm.com">Git</a> - 명령어 기반 공식 Git</li> - <li><a href="http://tortoisegit.googlecode.com">TortoiseGit</a> - 윈도의 파일 탐색기에 통합된 UI 클라이언트 (명령어 기반 공식 Git 필요)</li> - <li><a href="http://eclipse.org/egit">Eclipse/EGit</a> - 이클립스 IDE 플러그인 (Gitblit 과 같은 JGit 기반)</li> - <li><a href="https://code.google.com/p/gitextensions/">Git Extensions</a> - C# frontend for Git that features Windows Explorer and Visual Studio integration</li> - <li><a href="http://rowanj.github.io/gitx/">GitX-dev</a> - a Mac OS X Git client</li> - </ul> - <p></p> + <table> + <tbody> + <tr><td><a href="http://git-scm.com">Git</a></td><td>명령어 기반 공식 Git</td></tr> + <tr><td><a href="http://tortoisegit.googlecode.com">TortoiseGit</a></td><td>윈도의 파일 탐색기에 통합된 UI 클라이언트 (명령어 기반 공식 Git 필요)</td></tr> + <tr><td><a href="http://eclipse.org/egit">Eclipse/EGit</a></td><td>이클립스 IDE 플러그인 (Gitblit 과 같은 JGit 기반)</td></tr> + <tr><td><a href="https://code.google.com/p/gitextensions/">Git Extensions</a></td><td>C# frontend for Git that features Windows Explorer and Visual Studio integration</td></tr> + <tr><td><a href="http://rowanj.github.io/gitx/">GitX-dev</a></td><td>a Mac OS X Git client</td></tr> + </tbody> + </table> + <h4>유료 Git 클라이언트</h4> - <ul> - <li><a href="http://www.syntevo.com/smartgithg">SmartGit/Hg</a> - 자바 어플리케이션 (명령어 기반 공식 Git 필요)</li> - <li><a href="http://www.sourcetreeapp.com/">SourceTree</a> - A free Mac Client for Git, Mercurial, and SVN</li> - <li><a href="http://www.git-tower.com/">Tower</a> - a Mac OS X Git client</li> - </ul> + <table> + <tbody> + <tr><td><a href="http://www.syntevo.com/smartgithg">SmartGit/Hg</a></td><td>자바 어플리케이션 (명령어 기반 공식 Git 필요)</td></tr> + <tr><td><a href="http://www.sourcetreeapp.com/">SourceTree</a></td><td>A free Git and Mercurial client for Windows & Mac</td></tr> + <tr><td><a href="http://www.git-tower.com/">Tower</a></td><td>a Mac OS X Git client</td></tr> + </tbody> + </table> + </div> +</div> +</div> +</div> +</div> </wicket:extend> </body> </html> \ No newline at end of file -- Gitblit v1.9.1