Collabration Web Application Screenshot(English Language) Free download now!
The screenshots of english language version collabration web application which is as following:
Include Android app(Native App -> Cordova Web App), window popup notification, responsive UI(Designed by myself),Ajax UE, dynamic permission engine(It can control html element block, url route, web Api), Message(Base on SingnalR, push the notification to Web Applicatoin Page,Winform Popup Dialog,Android App), Workflow Engine(As the message the task can be pushed to Web Applicatoin Page,Winform Popup Dialog,Android App), self and share calendar, multiple language support and so on.
It will be free to download, use and update, Win-Win is our belief.
When you need customization or you benefit from the web application you can donate to me.
1. Sign in page

2. Desktop navigation page(use SignalR to push the message to web page, android client, window popup client real time, you can see the UI of android in Chinese version)

3. Send message page(The online status is green when the user is online, you can see the "SupperAdmin" is online now)

4. Receive message

5. Calendar

6. Edit User

7. Workflow


8. Permssion

9. CRM Module

10. Mobile Responsive UI














Chinese language version, mobile app and workflow designer please visit the following link:
http://www.cnblogs.com/pangxiaoliang/p/collaboration.html
1. CollabrationWebApplication.zip is web application.
You should set the connectstring of nhibernate.xml first!
2. LogAnalyzer.zip is log analyzer.
You should open System.log at the root directory of the web application to find out
what is the issue occurs. (Log show the Class -> the Method -> the line with pdb file
and exception stack, you can find the bug immediately and report to me)
3. WindowsMonitor.zip is the monitor client of windows OS.
It will popup a dialog when get the message or task.
4. WorkflowDesigner.zip is the designer of the workflow.
You can design the workflow by yourself.
5. AndroidMonitor.zip is the monitor client of android OS.
It will show in notifycation bar of android when get the message or task. (Not upload now, you can ask me to get the apk file)
Free download to use:
Collabration Web Application Screenshot(English Language) Free download now!的更多相关文章
- You may receive an exception when you browse a .NET Framework 2.0 ASP.NET Web application
SYMPTOMS When you browse a Microsoft .NET Framework 2.0 ASP.NET Web application, you may receive one ...
- Web Application Penetration Testing Local File Inclusion (LFI) Testing Techniques
Web Application Penetration Testing Local File Inclusion (LFI) Testing Techniques Jan 04, 2017, Vers ...
- ModSecurity web application firewall (WAF) Research
catalog . 引言 . OWASP ModSecurity Core Rule Set (CRS) Project . Installation mod_security for Apache ...
- WEB Application Development Integrator : 应用设置
1.1. 系统安装 应用 Oracle EBS WEB Application Development Integrator WEB ADI在Oracle EBS 11.5.10.* 版本 ...
- Web Application Vulnerablities
1. File inclusion berfoe start this caption i make a conclusion for install third-part as follow I ...
- [Windows Azure] Adding Sign-On to Your Web Application Using Windows Azure AD
Adding Sign-On to Your Web Application Using Windows Azure AD 14 out of 19 rated this helpful - Rate ...
- WEB APPLICATION PENETRATION TESTING NOTES
此文转载 XXE VALID USE CASE This is a nonmalicious example of how external entities are used: <?xml v ...
- Creating an API-Centric Web Application[转]
Creating an API-Centric Web Application 转自 http://hub.tutsplus.com/tutorials/creating-an-api-centric ...
- ASP.NET Core:CMD命令行+记事本 创建Console程序和Web Application
今天看了Scott关于ASP.NET Core的介绍视频,发现用命令行一步一步新建项目.添加Package.Restore.Build.Run 执行的实现方式,更让容易让我们了解.NET Core的运 ...
随机推荐
- 歌手右侧快速入口ABCD....
1.通过v-for将右侧内容渲染出来,并绝对定位到右侧 2.给每个li绑定touchStart事件,并绑定自定义属性data-index=index: 3.点击每个li,通过e来获取所绑定的自定义属性 ...
- Spring Boot干货系列:(三)启动原理解析
Spring Boot干货系列:(三)启动原理解析 2017-03-13 嘟嘟MD 嘟爷java超神学堂 前言 前面几章我们见识了SpringBoot为我们做的自动配置,确实方便快捷,但是对于新手来说 ...
- CEdit 控制键盘操作
写在前面的话:在工作中要实现这样一个功能,在一个树形控件中选择要发送消息的客户,添加到一个列表控件中,点击确定跳到一个信息发送页面如下图,在发送人编辑框中显示选择的客户,要实现的就是即允许用户删除用户 ...
- MySQL的使用笔记
@Reference Manual (以下简称REF-M) 在官网,选择MySQL Server,选择Documentation,就可以下载了,建议下载PDF 注意版本要对应 很重要,需要的时候就go ...
- RSA 算法-MSDN文档
RSA 算法 若要生成密钥对,可以从创建名为 p 和 q 的两个大的质数开始. 这两个数相乘,结果称为 n. 因为 p 和 q 都是质数,所以 n 的全部因数为 1. p. q 和 n. 如果仅考虑小 ...
- HttpGet params not being sent httpget.setParams(params)不好使
错误的代码 HttpClient httpclient = new DefaultHttpClient(); HttpUriRequest request = new HttpGet(uri); Ht ...
- 模仿Struts2的Interceptor拦截器实现
模仿Struts2的Interceptor拦截器实现 public interface Invocation { public Object invoke(); } public interface ...
- Missing artifact jdk.tools:jdk.tools:jar:1.8 pom.xml
在maven项目中出现下面错误信息: Description Resource Path Location Type Missing artifact jdk.tools:jdk.tools:jar: ...
- VMware 14 Pro 安装 CentOS 7
今年准备好好学习一下.NET CORE了,那也是得学习Linux.然后又得学习更多,咬着牙干吧... 1.Vmware虚拟机安装 在windows平台,首先咱们得先安装Vmware虚拟机,步骤省略,一 ...
- AT command常用中文简解
1.常用操作1.1 AT命令解释:检测 Module 与串口是否连通,能否接收 AT 命令:命令格式:AT<CR>命令返回:OK (与串口通信正常) (无返回,与串 ...